Creates a new legal form
Create a new legal form which can be referenced by business partner records. The actual name of the legal form is free to choose and doesn't need to be unique. The technical key can be freely chosen but needs to be unique for the businessPartnerType as it is used as reference by the business partner records. A recommendation for technical keys: They should be short, descriptive and use a restricted common character set in order to ensure compatibility with older systems.
- application/json
Request Body required
- technicalKey string required
Unique key to be used for reference
- name string required
Full name of the legal form
- abbreviation string
Abbreviation of the legal form name
- 200
- 400
- 409
New legal form successfully created
- application/json
- Schema
- Example (from schema)
Schema
- technicalKey string
The technical identifier of the legal form according to ISO 20275.
- name string
The name of legal form according to ISO 20275.
- abbreviation string
The abbreviated name of the legal form, such as AG for German Aktiengesellschaft.
{
"technicalKey": "string",
"name": "string",
"abbreviation": "string"
}
On malformed request parameters
Legal form with specified technical key already exists